From 4f114eacb232aacd9ab20b7baa5b9a0bcf951b7c Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Wed, 16 Nov 2005 11:30:32 +0100 Subject: [PATCH] Fix function that shouldn't be globally defined. Signed-off-by: Vincent Hanquez --- linux-2.6-xen-sparse/drivers/xen/balloon/balloon.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/linux-2.6-xen-sparse/drivers/xen/balloon/balloon.c b/linux-2.6-xen-sparse/drivers/xen/balloon/balloon.c index 1c610a48df..2367594baa 100644 --- a/linux-2.6-xen-sparse/drivers/xen/balloon/balloon.c +++ b/linux-2.6-xen-sparse/drivers/xen/balloon/balloon.c @@ -381,9 +381,9 @@ static void watch_target(struct xenbus_watch *watch, } -int balloon_init_watcher(struct notifier_block *notifier, - unsigned long event, - void *data) +static int balloon_init_watcher(struct notifier_block *notifier, + unsigned long event, + void *data) { int err; -- 2.30.2